home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / ExecutorSetup.exe / {app} / Executor.exe / 0 / RCDATA / TCMDFORM / TCMDFORM.txt
Encoding:
Text File  |  2009-10-01  |  2.1 KB  |  93 lines

  1. object CmdForm: TCmdForm
  2.   Left = 1332
  3.   Top = 296
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Executor'
  7.   ClientHeight = 144
  8.   ClientWidth = 200
  9.   Color = clFuchsia
  10.   TransparentColor = True
  11.   TransparentColorValue = clFuchsia
  12.   DefaultMonitor = dmDesktop
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnHide = FormHide
  23.   OnPaint = FormPaint
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object BGPanel: TPanel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 185
  30.     Height = 129
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     object InnerPanel: TPanel
  34.       Left = 8
  35.       Top = 24
  36.       Width = 169
  37.       Height = 89
  38.       BevelOuter = bvNone
  39.       TabOrder = 0
  40.       object EntryList: TBmpListBox
  41.         Left = 0
  42.         Top = 0
  43.         Width = 169
  44.         Height = 89
  45.         Style = lbOwnerDrawFixed
  46.         Align = alClient
  47.         BevelInner = bvNone
  48.         BevelOuter = bvNone
  49.         BorderStyle = bsNone
  50.         ItemHeight = 17
  51.         TabOrder = 0
  52.         OnContextPopup = EntryListContextPopup
  53.         OnDblClick = EntryListDblClick
  54.         OnDrawItem = EntryListDrawItem
  55.         OnKeyDown = EntryListKeyDown
  56.         OnKeyPress = EntryListKeyPress
  57.         OnKeyUp = EntryListKeyUp
  58.         OnMouseDown = EntryListMouseDown
  59.         OnMouseMove = EntryListMouseMove
  60.       end
  61.     end
  62.     object TextMemo: TMemo
  63.       Left = 0
  64.       Top = 0
  65.       Width = 185
  66.       Height = 129
  67.       Align = alClient
  68.       Ctl3D = False
  69.       Font.Charset = ANSI_CHARSET
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'Tahoma'
  73.       Font.Style = []
  74.       Lines.Strings = (
  75.         'TextMemo')
  76.       ParentCtl3D = False
  77.       ParentFont = False
  78.       ScrollBars = ssVertical
  79.       TabOrder = 1
  80.       Visible = False
  81.       OnKeyDown = TextMemoKeyDown
  82.     end
  83.   end
  84.   object PopupMenu1: TPopupMenu
  85.     Left = 16
  86.     Top = 16
  87.     object Open1: TMenuItem
  88.       Caption = 'Open'
  89.       OnClick = Open1Click
  90.     end
  91.   end
  92. end
  93.